FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > GroupSparkline Method : GroupSparkline(CellRange[]) Method |
'Declaration Public Overloads Function GroupSparkline( _ ByVal location() As CellRange _ ) As ExcelSparklineGroup
'Usage Dim instance As SheetView Dim location() As CellRange Dim value As ExcelSparklineGroup value = instance.GroupSparkline(location)
public ExcelSparklineGroup GroupSparkline( CellRange[] location )
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) });
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)})
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6